cURL
curl --request DELETE \ --url https://rag-prod.studio.lyzr.ai/v3/rag/{rag_id}/reset/ \ --header 'x-api-key: <api-key>'
"<string>"
Resets the data and state of the specified RAG system, effectively clearing all trained knowledge.
The unique identifier (ID) of the RAG system to reset (must be a 24-character hex string).
"654c602a46c3b6d4e28741b0"
RAG system successfully reset.
Placeholder for a success status or message.